Copyright (C) 2011 T&W, Inc.  All Rights Reserved.

Installation instructions for build the firmware image
_____________________________________________________________________________

  If you had installed Cross-compiler tool chain, you can make firmware image
  as the following guide.
  
  If you had not installed Cross-compiler tool chain before, you should intall
  it. The Cross-compiler tool chain tbs_toolchains.tar.bz2.zip on the top
  level, you can extract it and read the INSTRUCTION file which will guide you
  to install.
_____________________________________________________________________________


_____________________________________________________________________________

  tbs_toolchains.tar.gz is Cross-compiler tool chain source codes.
  
  DST6501_GPL_V1.0.0.28_betasrc or DST6501_GPL_V1.0.0.28_src is product codes 
  directory.

_____________________________________________________________________________

	cd /opt/
	tar -zxvf tbs_toolchains.tar.gz
	

GENERATE THE BUILD ENVIRONMENT

	make prepare

  If you are build the firmware image for the first time, you must execute 
  the command.
  If you had executed the command before, you can skip.

_____________________________________________________________________________

GENERATE THE FIRMWARE IMAGE

	make

  The command will generate the firmware image in the directory by the name
  image.img.

_____________________________________________________________________________

Detailed step descriptions:

	1: unzip	DST6501_GPL_V1.0.0.28_src.tar.bz2.zip
	
	2: tar -xvf  DST6501_GPL_V1.0.0.28_src.tar.bz2
	
	3: copy tbs_toolchains.tar.gz to /opt/ folderthentar -zxvf  tbs_toolchains.tar.gz
	
	4: cd DST6501_GPL_V1.0.0.28_src
	
	5: make prepare

 	6: make 


